cd dlib-XX.X/python_examples
mkdir build
cd build
cmake ../../tools/python -DUSE_AVX_INSTRUCTIONS=1
cmake --build . --config Release
